Skip to content

mention that set does not allow duplicate value #4070

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

shazam19
Copy link

@shazam19 shazam19 commented Apr 3, 2020

Summary

Describe your changes here.

Fixes #Issue_Number (if available)

@dotnet-bot dotnet-bot added this to the April 2020 milestone Apr 3, 2020
@@ -95,6 +95,8 @@
<format type="text/markdown"><![CDATA[

## Remarks
Does NOT store duplicate value. For example: if you want to have a stored list of 3, 4, 4, 1 it will generate a list 1, 3, 4.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is mentioned just below - "Duplicate elements are not allowed".

@layomia
Copy link
Contributor

layomia commented Apr 5, 2020

Thanks for the PR - closing as this information is already mentioned.

@layomia layomia closed this Apr 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants